Deleted unused files.
[Sonic-Engine-360.git] / GMS2 / Sonic Engine 360 / scripts / collision_sensor_top / collision_sensor_top.gml
blob1f9bee976fa3f5337745f1bfa22bdfd82f2cf76e
1 // ==== Prototype ======\r
2 // collision_sensor_top( mask )\r
3 // ===============================================\r
4 // Returns collision to the determinated layers with a sensor located at the top of the mask.\r
5 \r
6 mask_index=argument0;\r
7 \r
8 return (!place_free(x-(dsin_val*mask_radius),y-(dcos_val*mask_radius)));\r